Welcome![Sign In][Sign Up]
Location:
Search - BP c

Search list

[Other resourceBP(C)

Description: BP神经网络程序,用C语言编写,支持外部配置,相同的数据,同一组参数,每次训练的结果都相同!
Platform: | Size: 6747 | Author: myname | Hits:

[Other resourcebp-c++

Description: vc++6.0编写人工神经网络BP程序,C++源程序文件,有一个类CNeuroNet_BP::CNeuroNet_BP
Platform: | Size: 3098 | Author: fk774 | Hits:

[Other resourcebp-c++

Description: 利用BP算法对神经网络进行结构优化和仿真,采用c++编程,对每个功能函数采用子函数形式。
Platform: | Size: 9182 | Author: 李志远 | Hits:

[Other resourcebp c语言程序

Description: bp神经网络 c语言程序-bp neural network c Language Program
Platform: | Size: 7709 | Author: 方锐 | Hits:

[Crack Hack2

Description: BP算法的C++类,输入输出全部采用文件格式,不用在运行的时候一个一个输入拉-BP algorithm C++ Category, input and output file format used, do not have a running time of an input pull
Platform: | Size: 5120 | Author: | Hits:

[Mathimatics-Numerical algorithms基于C++的BP算法源程序(包括训练和仿真)

Description: 基于C++的BP算法源程序(包括训练和仿真)- Based on C BP algorithm source program (including training and simulation)
Platform: | Size: 2048 | Author: 宋雨 | Hits:

[AI-NN-PRbp神经网络解决异或问题

Description: BP神经网络解决异或问题-BP neural network or problems to solve differences
Platform: | Size: 1347584 | Author: tu | Hits:

[AI-NN-PRBP_C++

Description: BP神经网络C++实现-BP neural network implemented by C++
Platform: | Size: 2048 | Author: 秋原 | Hits:

[AI-NN-PRBP程序C代码C_bp

Description: 神经网络BP算法源代码-BP neural network algorithm C sourcecode
Platform: | Size: 10240 | Author: yzh | Hits:

[AI-NN-PRBP神经网络程序

Description: BP神经网络程序.zip-BP neural network programming. Zip
Platform: | Size: 412672 | Author: | Hits:

[AI-NN-PRBP神经网络分类器C程序

Description: BP神经网络分类器C程序-BP neural network classifiers C Program
Platform: | Size: 17408 | Author: 方锐 | Hits:

[AI-NN-PRBP算法源码

Description: 一个神经网络BP算法源码-a neural network algorithm source code
Platform: | Size: 129024 | Author: 刘锐 | Hits:

[Graph programVisualC++实现的BP神经网络类

Description: VisualC++实现的BP神经网络类-VC achieve BP neural network category
Platform: | Size: 3072 | Author: 汪刚 | Hits:

[AI-NN-PR神经网络c源码

Description: 神经网络C源程序(nnbp)-neural network C source (nnbp)
Platform: | Size: 337920 | Author: 章明 | Hits:

[AI-NN-PRbp神经网络

Description: BP神经网络C语言程序包-BP neural network C language package
Platform: | Size: 17408 | Author: 朱磊 | Hits:

[AI-NN-PR人工智能BP问题

Description: 人工智能BP问题的C语言实现,BP算法可见人工智能教材-the C language, BP artificial intelligence algorithms can be seen teaching
Platform: | Size: 46080 | Author: 谭旭刚 | Hits:

[AI-NN-PR经改写过的C++ bp神经网络算法

Description: 基本bp神经网络算法和改进型bp神经网络算法都是我改写完成的算法,是网上到处传播的一个c++ bp神经网络算法改写的,由于网上的那个算法编译会出现若干百个错误,在其基础上重新编写和改进,写出了这两个算法-bp basic neural network algorithms and improved neural network algorithm bp I are complete rewrite the algorithm, the Internet is spreading everywhere, a c bp neural network algorithm rewrite the Internet that the algorithm will build several hundred mistakes, on the basis of its rewrite and improve, and wrote a This algorithm 2
Platform: | Size: 31744 | Author: 原则性 | Hits:

[AI-NN-PRBP神经网络源程序

Description: 基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一隐层至输入层的权值调整、第一隐层阈值调整计算子程序;12)N个样本的全局误差计算子程序。-C development based on the three hidden layer neural network, the output weights, threshold documents, training sample documents, for the following functions : a) initialization, the threshold subroutine; 2) m learning samples imported subroutine; 3) m samples teachers signal Subroutine ; 4) hidden layer of the module input and output value subroutine; 5) the output layer of the module input and output value subroutine; 6) the output layer to the hidden layer subroutine error of generalization; 7) hidden layer to the input layer subroutine error of generalization; 8) the output layer to the third hidden layer Weight adjustment, the output layer threshold adjustment routines; 9) 3rd hidden layer to the second hidden layer weights adjustment, the third hidden layer threshold adjustment routi
Platform: | Size: 11264 | Author: 李洋 | Hits:

[AI-NN-PR基于VC的神经网络开发程序包(原码)

Description: 可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... please look at the use of pre-documented, and then the establishment of a project document, you will be able to understand the author's ideas will be very convenient for the various neural network design, I in a system in which to use it, the current version of the development kit has entered 0.7, but the function almost, I think that this version of 0.5 is also very convenient, so he made to share.
Platform: | Size: 422912 | Author: 李洋 | Hits:

[AI-NN-PRBP神经网络C程序

Description: 比较实用的一个BP神经网络实现的C++程序,希望对大家有用处-a more practical BP neural network in C procedures, we hope to be useful
Platform: | Size: 3072 | Author: 方价钱 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 44 »

CodeBus www.codebus.net